home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMCLONE / TFORMCLONE.txt
Text File  |  2003-09-02  |  2KB  |  100 lines

  1. object FormClone: TFormClone
  2.   Left = 702
  3.   Top = 88
  4.   BorderStyle = bsDialog
  5.   Caption = 'Copier depuis un autre contact'
  6.   ClientHeight = 334
  7.   ClientWidth = 253
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object SC_Line5: TSC_Line
  20.     Left = 0
  21.     Top = 300
  22.     Width = 253
  23.     Height = 34
  24.     BorderShape = bsTopLine
  25.     Align = alBottom
  26.   end
  27.   object Label1: TLabel
  28.     Left = 12
  29.     Top = 15
  30.     Width = 38
  31.     Height = 14
  32.     Caption = 'Trouver'
  33.     Transparent = True
  34.   end
  35.   object Button1: TButton
  36.     Left = 50
  37.     Top = 307
  38.     Width = 75
  39.     Height = 22
  40.     Caption = '&Ok'
  41.     Default = True
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'Arial'
  46.     Font.Style = []
  47.     ModalResult = 1
  48.     ParentFont = False
  49.     TabOrder = 2
  50.   end
  51.   object Button2: TButton
  52.     Left = 136
  53.     Top = 307
  54.     Width = 75
  55.     Height = 22
  56.     Cancel = True
  57.     Caption = '&Annuler'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ModalResult = 2
  64.     ParentFont = False
  65.     TabOrder = 3
  66.   end
  67.   object ListViewClone: TListView
  68.     Left = 12
  69.     Top = 41
  70.     Width = 226
  71.     Height = 245
  72.     Cursor = crHandPoint
  73.     Columns = <
  74.       item
  75.         Caption = 'Nom'
  76.         Width = 115
  77.       end
  78.       item
  79.         Caption = 'Pr'#233'nom'
  80.         Width = 89
  81.       end>
  82.     ColumnClick = False
  83.     HideSelection = False
  84.     ReadOnly = True
  85.     RowSelect = True
  86.     SmallImages = MainFormMira.ImageList1
  87.     TabOrder = 1
  88.     ViewStyle = vsReport
  89.     OnDblClick = ListViewCloneDblClick
  90.   end
  91.   object EditFete: TEdit
  92.     Left = 57
  93.     Top = 12
  94.     Width = 181
  95.     Height = 22
  96.     TabOrder = 0
  97.     OnChange = EditFeteChange
  98.   end
  99. end
  100.